Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] implement storage #117

Merged
merged 1 commit into from
Dec 23, 2023
Merged

Conversation

hallyn
Copy link
Contributor

@hallyn hallyn commented Dec 21, 2023

For starters, document what we'll do.

@hallyn hallyn force-pushed the 2023-12-21/storage branch 3 times, most recently from 0e2c5b7 to 9630e7e Compare December 23, 2023 19:34
@hallyn hallyn marked this pull request as ready for review December 23, 2023 19:44
The manifest.yaml now has a storage section where requests for
additional named partitions can be added, e.g.

storage:
  - label: zot-data
    persistent: true
    nsgroup: "zot"
    size: 30G

Each target also has a storage section specifying a list of
labels to mount and destinations at which to mount them.  A
nonpersistent storage label can be used if some target expects
to use a lot of temporary space with which it doesn't want to fill
up the shared /scratch-writes.  Persistent volumes can be used
to maintain data across reboots.

Signed-off-by: Serge Hallyn <[email protected]>
@hallyn hallyn merged commit b14e85e into project-machine:main Dec 23, 2023
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant